--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 2af04378a1d0b04b994d98c9172098c01670ffa3
Parents : 986c19b
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-07T17:11:47-05:00
chore(dependencies): update rns version to 1.2.4 in poetry.lock, pyproject.toml, requirements.txt, and build.gradle
Changes
4 files changed, 8 insertions(+), 7 deletions(-)
Diff
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 71c75f93..82006e3d 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -163,7 +163,7 @@ chaquopy {
options "--find-links", vendorWheelDir.absolutePath
install "packaging>=23"
install "aiohttp==3.13.5"
- install "rns>=1.2.1"
+ install "rns>=1.2.4"
install "bleak==3.0.1"
install "lxmf>=0.9.4"
install "numpy==1.26.2"
diff --git a/poetry.lock b/poetry.lock
index 6719f0f9..2d2b56e2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2458,14 +2458,15 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"]
[[package]]
name = "rns"
-version = "1.2.3"
+version = "1.2.4"
description = "Self-configuring, encrypted and resilient mesh networking stack for LoRa, packet radio, WiFi and everything in between"
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
- {file = "rns-1.2.3-py3-none-any.whl", hash = "sha256:8562130f297a6b33be9d72c449bbe6ae83cad41e1530e0fa112f5fa545a3f364"},
- {file = "rns-1.2.3.tar.gz", hash = "sha256:5388b82cf60ffa84ed18dc56e1f5e3d500b5864d08b34d4317bba766088c0a03"},
+ {file = "rns-1.2.4-1-py3-none-any.whl", hash = "sha256:cbf1d2ff517c91288b2b924e62e3e5b3f2732d35331c4bbd07329bf21a7c14bf"},
+ {file = "rns-1.2.4-py3-none-any.whl", hash = "sha256:e821a0b6a18d6b3263bbcdde880d0388fb4dd0c07c7eb2f83cb0dbc30eda5965"},
+ {file = "rns-1.2.4.tar.gz", hash = "sha256:49798a8cc23632ec0e4d4cd88c1408ef02bee613995a6c57d52a37fb79c329ca"},
]
[package.dependencies]
@@ -3376,4 +3377,4 @@ propcache = ">=0.2.1"
[metadata]
lock-version = "2.1"
python-versions = ">=3.11"
-content-hash = "11fe20cf20f8ca70a22450f3303fe85cd4b121e714b37806b3100134b83bd2f0"
+content-hash = "9f9acf8091840769458b698894d3cc4997e4cea68d7e049562c7f4520746c4ee"
diff --git a/pyproject.toml b/pyproject.toml
index 273e54a1..f429a4e5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
"lxmf>=0.9.6",
"psutil>=7.2.2",
"bleak==3.0.1",
- "rns>=1.2.3",
+ "rns>=1.2.4",
"websockets>=16.0",
"bcrypt>=5.0.0,<6.0.0",
"aiohttp-session>=2.12.1,<3.0.0",
diff --git a/requirements.txt b/requirements.txt
index 3a4f0156..f17db53b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,7 +23,7 @@ pycodec2==4.1.1 ; python_version >= "3.11"
pycparser==3.0 ; python_version >= "3.11"
pyserial==3.5 ; python_version >= "3.11"
bleak==3.0.1 ; python_version >= "3.11"
-rns==1.2.3 ; python_version >= "3.11"
+rns==1.2.4 ; python_version >= "3.11"
typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "3.13"
websockets==16.0 ; python_version >= "3.11"
yarl==1.23.0 ; python_version >= "3.11"
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────